adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / ScriptHostInterface Class / CaptureFile Method / CaptureFile(Byte[],String,DateTime,String) Method
The contents to write to the file
The file name to display for the data.
The timestamp to display for the file.
The path to display for the file. Can be null or empty.


In This Topic
    CaptureFile(Byte[],String,DateTime,String) Method
    In This Topic
    Stores data as a Captured File in the job history.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub CaptureFile( _
       ByVal fileContents() As Byte, _
       ByVal fileName As String, _
       ByVal fileDate As Date, _
       Optional ByVal originalPath As String _
    ) 
    public static void CaptureFile( 
       byte[] fileContents,
       string fileName,
       DateTime fileDate,
       string originalPath
    )

    Parameters

    fileContents
    The contents to write to the file
    fileName
    The file name to display for the data.
    fileDate
    The timestamp to display for the file.
    originalPath
    The path to display for the file. Can be null or empty.
    See Also